The Job portal app helps you find the most relevant jobs with absolute ease even on the move. Make your next big career move with a simple registration process using the Job portal app. This job search app gives you access to:
Admin credentials
Admin Url - http://jobportal.kamleshyadav.net/admin
Username - admin@gmail.com
Password - jpadmin
Download Mobile Apps
Here are the features list for this application -
Everything in one place no need to setup admin and web version separately.
Updated: 01 December 2018
Updated: 30 October 2019
Updated: 30 April 2020
Google provides Android Studio for the Windows, Mac OS X, and Linux platforms. You can download this software from the Android Studio homepage. (You'll also find the traditional SDKs, with Android Studio's command-line tools, available on the Download page.) Before downloading Android Studio, make sure your platform meets one of the following requirements:
Windows OSFor accelerated emulator: 64-bit operating system and Intel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality.
Mac OSFor accelerated emulator: Intel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality, or AMD processor with support for AMD Virtualization (AMD-V).
I launched android-studio-bundle-143.2821654-windows.exe to start the installation process. The installer responded by presenting the Android Studio Setup dialog box shown in Figure 1.
Clicking Next took me to the following dialog box, which gives you the option to decline installing the Android SDK (included with the installer) and an Android Virtual Device (AVD).
Figure 2. Do you want to install the Android SDK and AVD?
I chose to keep the default settings. After clicking Next, you'll be taken to the license agreement dialog box. Accept the license to continue the installation.
Figure 3. Accept the license agreement to continue installation
The next dialog box invites you to change the installation locations for Android Studio and the Android SDK.
Figure 4. Set the Android Studio and Android SDK installation locations
Change the location or accept the default locations and click Next. The installer defaults to creating a shortcut for launching this program, or you can choose to decline. I recommend that you create the shortcut, then click the Install button to begin installation.
Figure 5. Create a new shortcut for Android Studio
The resulting dialog box shows the progress of installing Android Studio and the Android SDK. Clicking the Show Details button will let you view detailed information about the installation progress.The dialog box will inform you when installation has finished. When you click Next, you should see the following:
Figure 6. Leave the Start Android Studio check box checked to run this software
To complete your installation, leave the Start Android Studio box checked and click Finish.
Running Android StudioAndroid Studio presents a splash screen when it starts running:
Figure 7. Android Studio's start screen
On your first run, you'll be asked to respond to several configuration-oriented dialog boxes. The first dialog box focuses on importing settings from any previously installed version of Android Studio.
Figure 8. Import settings
If you're like me, and don't have a previously installed version, you can just keep the default setting and click OK. Android Studio will respond with a slightly enhanced version of the splash screen, followed by the Android Studio Setup Wizard dialog box:
Figure 9. Validate your Android SDK and development environment setup
When you click Next, the setup wizard invites you to select an installation type for your SDK components. For now I recommend you keep the default standard setting.
Figure 10. Choose an installation type
Click Next and verify your settings, then click Finish to continue.
Figure 11. Review settings
The wizard will download and unzip various components. Click Show Details if you want to see more information about the archives being downloaded and their contents.
Figure 12. Review settings
If your computer isn't Intel based, you might get an unpleasant surprise after the components have completely downloaded and unzipped:
Figure 13. Intel-based hardware acceleration is unavailable
Your options are to either put up with the slow emulator or use an Android device to speed up development. I'll discuss the latter option later in the tutorial.Finally, click Finish to complete the wizard. You should see the Welcome to Android Studio dialog box:
Figure 14. Welcome to Android Studio
Figure 1.
Android Studio presents a splash screen when it starts running:
Figure 2. Android Studio's start screen

On your first run, you'll be asked to respond to several configuration-oriented dialog boxes. The first dialog box focuses on importing settings from any previously installed version of Android Studio.
Figure 3. Import settings

If you're like me, and don't have a previously installed version, you can just keep the default setting and click OK. Android Studio will respond with a slightly enhanced version of the splash screen, followed by the Android Studio Setup Wizard dialog box:
Figure 4. Validate your Android SDK and development environment setup

When you click Next, the setup wizard invites you to select an installation type for your SDK components. For now I recommend you keep the default standard setting.
Figure 5. Choose an installation type

Click Next and verify your settings, then click Finish to continue.
Figure 6. Review settings
The wizard will download and unzip various components. Click Show Details if you want to see more information about the archives being downloaded and their contents.
Figure 7. Review settings
If your computer isn't Intel based, you might get an unpleasant surprise after the components have completely downloaded and unzipped:
Figure 8. Intel-based hardware acceleration is unavailable

Your options are to either put up with the slow emulator or use an Android device to speed up development. I'll discuss the latter option later in the tutorial.Finally, click Finish to complete the wizard. You should see the Welcome to Android Studio dialog box:
Figure 9. Welcome to Android Studio

To install Android Studio on Ubuntu, proceed as follows:
If you're like me, and don't have a previously installed version, you can just keep the default setting and click OK. Android Studio will respond with a slightly enhanced version of the splash screen, followed by the Android Studio Setup Wizard dialog box:
Figure 1. Validate your Android SDK and development environment setup
When you click Next, the setup wizard invites you to select an installation type for your SDK components. For now I recommend you keep the default standard setting.
Figure 2. Choose an installation type
Click Next and verify your settings, then click Finish to continue.
Figure 3. Review settings
The wizard will download and unzip various components. Click Show Details if you want to see more information about the archives being downloaded and their contents.
Figure 4. Review settings
If your computer isn't Intel based, you might get an unpleasant surprise after the components have completely downloaded and unzipped:
Figure 5. Intel-based hardware acceleration is unavailable
Your options are to either put up with the slow emulator or use an Android device to speed up development. I'll discuss the latter option later in the tutorial.Finally, click Finish to complete the wizard. You should see the Welcome to Android Studio dialog box:
Figure 6. Welcome to Android Studio

You'll use this dialog to start up a new Android Studio project, work with an existing project, and more. You can access it anytime by double-clicking the Android Studio shortcut on your desktop.
How to set up Web and Admin Panel on localhost

How To Open Project that is Not are In the list of Recent Projects:
Step 1 –Open Android Studio then Click on “Open an existing Android Studio project.
Step 2 – After that Select the File location where your file is located. And select "Job Portal" project then click ok
Important Note
Alternatively you can also prefer opening build.gradle file to open project.
Step 3 – Select Projects >> app and then Click on java folder and then open com.pixelnx.jobportal and Click utils then choose Consts file, here you can change the base url.
Step 4 – Select Projects >> app >> build.gradle
Please don't select lower version than 21. It is mendatory. You can select version higher than 21.
Step 5 – Select Projects >> app >> src >> main >> java >> com.pixelnx.sam.jobportal >> payment >> paypal >> PayPalConfig.java
You have to change the paypal client ID for configuring the payment gateway
Step 6 – Select Projects >> app >> src >> main >> java >> com.pixelnx.sam.jobportal >> payment >> PayMentGateWay.java
You have to change the merchant key and salt for completing the payment gateway
How To setup Firebase key:
Step 1 –Go to Firebase.
Step 2 – Add to android app.
Once you have created a project, this is how the cosole of your firebase will look.
Step 3 – Enter your package name
You should be able to generate this certificate, paste it in the "Package Name" field and "add app".
Step 4.1 – Go to authentication option and then click on "sign in method" tab and click on google and you will be able to see an option to enable button.
Step 4.2 - After this now go to project setting and add "SHA certificate fingerprints" by clicking on add fingerprint button.
Step 4.3 - You can get SHA certificate fingerprints from android studio by clicking on right side of android studio option "Gradel" >> job_portal_code(root) >> task >> double click on signingReport after that you will get SHA certificate fingerprints in Logcat.
Step 5 – Now, download the google-services.json config file and add it in the app folder of your android project.
Step 6 – How to get web API key
You need to click on firebase setting icon then you will get Web API key. Copy this and paste it to admin section.
You need to paste this copied API key into the admin section
Admin can manage Seekers, recruiters, their location, area of sector, specialization, total no. of jobs etc.
Dashboard contain Seekers, recruiters, location, qualification, Area of sector, Jobs by Role, Specialization, Total Job Type.
Admin has the rights delete seekers from backend.
Seekers:- Admin can delete seekers and search by their name.
Admin has the rights to add and delete recruiters from backend.
Recruiters:- Admin can manage recruiters from backend.
Admin can delete or edit the locations, also can add locations and search by their name.
Admin can delete or edit the Area of Sectors, also can add Area of sectors and search by their name.
Admin can delete or edit the Specializations, also can add Specializations and search by their name.
Admin can delete or edit the qualifications, also can add qualifications and search by their name. Also recruiter can post jobs only for those seekers who qualified the listed qualifications.
Admin can delete or edit the Job Roles, also can add Job Roles and search by their name. Also recruiter can post jobs only for listed job roles.
Admin can delete or edit the Job types, also can add Job types and search by their name. Also recruiter can post jobs only for listed job types.
Admin can delete or edit the Designation, also can add Designation and search by their name.
Admin can delete or edit the Experience, also can add Experience and search by their name.
Admin can see user's transaction details like their activate plan, amount, payment mode, payment date etc.
Admin can set notification for seeker and recruiter as well.
Here user can also create their app, and if they want to publish ads through adsense and admob script then these options are also available under Ads Integration.
1) Ads Intergartion:- You can create your own ads here. Also you are free to decided their status as active or inactive.
2) Google Adsense:- You can manage the google adsense settings from here.
3) Admob:- You can manage the Admob settings from here.
Admin can see all the reviews from seekers on recruiter's posted job .
This option consist of different settings as mentioned below.
This option consist of multiple options as described below.
1) Site:- You can manage the site settings from here.
2) Image:- You can manage the image settings from here.
4) Revenue:- You can manage the revenue settings from here.
5) Language:- You can manage the language settings from here.
6) Email:- You can manage the email settings from here.
7) Credentials:- You can manage credentials site settings from here.
8) Analytics:- You can manage the google analytics settings from here.
9) Firebase:- You can manage the firebase settings from here.
10) GDPR Cookie Message:- You can manage the GDPR Cookie Message settings from here.
11) Chat System:- You can manage the chat system for users.
You can manage the plans setting from here.
Language Option:- You can manage the language settings from here.
This option consist of multiple options as described below.
1) Terms And Condition:- You can change the Terms And Condition text from here.
2) Privacy Policy:- You can change the Privacy Policy text from here.
4) Contact:- You can manage the list of Contact from here.
admit can enter their information for payment gateway.
Here is the option to sign out from the admin panel.
Once again, thank you so much for purchasing this Application. As I said at the beginning, I will be glad to help you if you have any questions related to this application. No guarantees, but I'll do my best to assist you.If you have a more general question relating to the Job Portal.
Kamlesh Yadav
Support Email: support@himanshusofttech.com
Social Login Setting
Here Admin can select if he wnats to show an option to login with social icons as well.